home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 17
/
Hot Mix 17.iso
/
HM17_SGI
/
html
/
vendors
/
cocreate
/
fixall
< prev
next >
Wrap
Text File
|
1997-06-17
|
113b
|
9 lines
#!/bin/perl
@allfiles = `find . -name '*.htm'`;
foreach $file (@allfiles){
$file =~ /(.*)\s*/;
`fixem $1`;
}